func reflect.toType
17 uses
reflect (current package)
type.go#L741: return toType(elem(t.common()))
type.go#L781: return toType(tt.Key)
type.go#L805: return toType(tt.InSlice()[i])
type.go#L829: return toType(tt.OutSlice()[i])
type.go#L988: m.Type = toType(t.typeOff(p.Typ))
type.go#L1119: f.Type = toType(p.Typ)
type.go#L1146: f.Type = toType(&t.Type)
type.go#L1297: return toType(abi.TypeOf(i))
type.go#L1982: return toType(tt)
type.go#L2599: return toType(t)
type.go#L2611: return toType(t)
type.go#L2631: return addToCache(toType(t))
type.go#L2636: if isRegularMemory(toType(&typ.Type)) {
type.go#L2718: return addToCache(toType(&typ.Type))
type.go#L2943: func toType(t *abi.Type) Type {
value.go#L3001: typesMustMatch("reflect.Copy", toType(de), toType(se))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |